BodyPartSave(String, Boolean) Method

Saves the specified file path.

Definition

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public void Save(
	string filePath,
	bool overwrite
)

Parameters

filePath  String
The file path.
overwrite  Boolean
if set to true [overwrite].

See Also